home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / music / qseq_11c.zip / VAR.CFG < prev    next >
Text File  |  1995-02-08  |  1KB  |  48 lines

  1. #
  2. # Example of configuration file for QSEQ:
  3. #
  4. # global variables settings.
  5. #
  6.  
  7. ####################################################################
  8. # GLOBAL VARIABLES:
  9. #
  10.  
  11. # sound blaster variables (from BLASTER environment variable):
  12. # interrupt (2/5/7/10):
  13. BLASTERINT 7
  14. # address (220/240)
  15. BLASTERADD 220
  16.  
  17. # midi thru by QSEQ (1:on, 0:off):
  18. MIDITHRU 1
  19.  
  20. # "local control off" send by QSEQ at the beginning of the session
  21. # (1-16:midi chan, 0:do not send anything):
  22. LOCALCTRL 1 1
  23.  
  24. # use of realtime midi message START/STOP/CONTINUE (1:on, 0:off):
  25. REALTIME 0
  26.  
  27. # flash of memory field when MIDI data is coming in.
  28. MIDIFLASH 1
  29.  
  30. # automatic backup (1:on, 0:off):
  31. BACKUP 1
  32.  
  33. # length of the sysex pause in 1/100sec:
  34. SYSEXPAUSE 10000
  35.  
  36. # default tempo:
  37. TEMPO 100
  38.  
  39. # METRONOME:
  40. # metronome config: status (1:on, 0:off) output(1:midi, 0:beep)
  41. METRONOME 0 0
  42. # metronome beep config: bop (freq in Hz) bip (freq in Hz)
  43. METROBEEP 3000 4000
  44. # metronome midi config: bop(chan,note,vel) bip(chan,note,vel)
  45. METROMIDI 16 37 90 16 37 127
  46.  
  47.  
  48.